*{
    margin: 0;
}
body{
    background: black;
    /* font-family:bauhaus 93 regular; */
    font-family: "Roboto", serif;  /* font-family:Quicksand; */
    color:white;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');

a{
    text-decoration: none;
    cursor: pointer;
}                                                     
a:hover,p{
    color: white;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Righteous", serif;
  font-weight: 400;
  font-style: normal;
}
p{
        font-family: "Roboto", serif;
        font-weight: 400;
        font-style: normal;
    /* font-family: Arial, Helvetica, sans-serif; */
}

.load-body{
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background:#000;
    z-index: 2000;    

}
.loader-inner{
    margin-top: calc(100vh / 6);
}
.name{
    text-align: center;
    position: absolute;
    width: 100%;
   margin-top: 15em;
}


.logo-back{
    background: url(../images/amimaa_design_logo_TV-removebg-preview.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    height: 25em;
    width: 100%;

}

.image{
    margin-left: 21px;
}

.circle{
    margin-top: 30px;
    text-align: center;
    justify-content: center;
    height: auto;
}
.box{
    display: flex;
    padding-bottom: 10px;
    justify-content: center;
    align-items: center;
}
.c-1{
    margin-right: 7px;
}
 /* .c-2,.c-1 {
     position: relative;
     margin-top: 30px;
     background: rgb(41, 41, 41);
  background:rgb(247, 221, 78);
  height: 40px;
  width: 40px;
  border-radius: 100%;
}
.c-2::after,.c-1::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width:30px ;
  height:30px;
  border:15px solid  rgb(247, 221, 78);
  border-top-color: white;
  border-radius: 50%;
  animation: loading 0.75s ease infinite;
} */
.c-2,.c-1 {
    position: relative;
    margin-top: 30px;
    background: rgb(41, 41, 41);
 background:rgb(247, 221, 78);
 height: 40px;
 width: 40px;
 border-radius: 100%;
}
.c-2::after,.c-1::after{
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 width:100% ;
 height: 100%;
 border:15px solid  rgb(247, 221, 78);
 border-top-color: white;
 border-radius: 50%;
 animation: loading 1s ease infinite;
}
@keyframes loading{
    from {
        transform: rotate(0turn);
    }
    to {
        transform: rotate(1turn);
    }
}
 .loader-hidden{
     opacity: 0 1s;
     visibility: hidden;
     transition: all 1s;
 }

 /* loader end */

 /* navbar */
 .header{
     background: linear-gradient(#131313 25%,#000 50%,#161616 100%);
    }

.navbar-logo{
    background: url(../images/amimaa_design_logo_TV-removebg-preview.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height:8em;
    width: 10em;
}
.navbar-logo img{
    /* position: absolute; */
    width: 30%;
    height: 30%;
    margin-left:-.5em;
    margin-top: .83em;
}
.header li{
    list-style: none;
}


.nav-main{
    margin-right: 15px;
    background: linear-gradient(#131313 25%,#000 50%,#161616 100%);
    border: 2px solid#cc9d3e ;
    border-radius: 3px;
}

.nav-main li a{
    font-size:1.15em;
    color: #cc9d3e;
    font-weight: 600;
    font-family: "Righteous", serif;
   border-radius: 6px;
}
.nav-item{
    padding: .6em;
}
.nav-main a:hover{
    color:#926c33;
   border-radius: 4px;
   transition: all 1s;
}
.nav-main:hover{
  border: 2px solid #926c33;
}
.dropdown-menu{
    background: black;
    box-shadow: 3px 3px 3px black;
    border: 3px solid #926c33 ;
    border-style: dotted;
}
.dropdown:hover{
    cursor: pointer;
}
.dropdown-item:hover{
       background: #1b1302;
       color: #3b2d16;
       color: white;
}
 .button-toggle{
    margin-right: 3em;
   border: 2px solid #cc9d3e;
   background: transparent;
   border-radius: 3px;
   display: none;
}
nav .button-toggle i{
    color:#cc9d3e;
    
}

@media (max-width:991px){
    .button-toggle {
         display:block;
         position: relative;
         z-index: 2;
         transform: scale(.85);
    }
    .nav-list ul{
        position: relative;
        z-index: 2;
        margin-inline: auto;
        margin-top: .5em;
        line-height: 3em;
       
    }
}
/*small navbar */
/* gallery start */

.crazy-slider{
    width: 100%;
    height:110vh;
    /* overflow-x: hidden; */
    
    position: relative;
    
  }
  .crazy-slider .list .item{
    position: absolute;
    inset: 0 0 0 0;
  }
  .crazy-slider .list .item img,.crazy-slider .list .item video{
            width: 100%;
            height:100%;
            object-fit:cover;
            object-position:top;
  }
  .crazy-slider .list .item video{
    width: 100%;
    height:100%;
    object-fit:cover;
    object-position:top;
    position: absolute;
    z-index: 4;
  }
  
  .crazy-slider .list .item::after{
      content: "";
      z-index: 1;
      position: absolute;
      height:100%;
      width: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.6);
      background-attachment:scroll;
  }
  
  .crazy-slider .list .item .content{
    position: absolute;
  top: 10%;
  width: 1140px;
  max-width: 80%;
  left: 50%;
  transform: translateX(-50%);
  padding-right: 30%;
  box-sizing: border-box;
  z-index: 4;
  color: #fff;
  text-shadow: 0 5px 10px #0004;
  }
  .crazy-slider .list .item .content .title{
   font-weight: bolder;
   letter-spacing: 6px;
   text-transform: uppercase;
   font-size: 3.5em;
   color: #dba230;
   line-height: 1.3em;
   font-family: "Righteous", serif;
  }
  .crazy-slider .list .item .content .episode{
    color: #dba230;
    text-transform: uppercase;
   
  }
  
  .crazy-slider .list .item .content .topic{
   color: #cc9d3e;
   }
   .crazy-slider .list .item .content .buttons{
                 display: grid;
                 grid-template-columns: repeat(2 , 130px);
                 grid-template-rows: 10px;
                 gap: 5px;
                 margin-top: 20px;
    }
    .crazy-slider .list .item .content button{
     border: 2px solid #cc9d3e;
     background-color: #000;
     color: #cc9d3e;
     letter-spacing: 1px;
     font-family: "Righteous", serif;
     font-weight: 500;
     padding: .5em;
  }
  .crazy-slider .list .item .content button:nth-child(2){
  
    background-color: transparent;
    color: #fff;
    border: 1px solid #eee;
  }
  
  
  
            /* arrows */
         .arrows{
            position: relative;
            top: -9em;
            left: 10%;
            width: 300px;
            max-width: 30%;
            display: flex;
            border: 1px solid red;
            height: inherit;
            gap: 10px;
            align-items: center;
          
           
           }
           .arrows button{
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: 2px solid #cc9d3e;
            background-color: #000;
            color: #cc9d3e;
            font-family: "Righteous", serif;
            
             font-weight: bolder;
             transition: .5s;
             z-index: 200;
           }
           .arrows button:hover{
            border: 2px solid #000;
            background-color: #cc9d3e;
            color:  #000;
           }
           .crazy-slider .list .item:nth-child(1){
            z-index: 200;
           }
           .crazy-slider .list .item:nth-child(1) .title,.crazy-slider .list .item:nth-child(1) .topic, .crazy-slider .list .item:nth-child(1) .info, .crazy-slider .list .item:nth-child(1) .button,
           .crazy-slider .list .item:nth-child(1) .episode{
           transform: translateY(50px);
           filter: blur(20px);
           opacity: 0;
           animation: showContent 0.5s linear 1 forwards ;
           } 
           @keyframes showContent {
            to{
              opacity: 1;
              filter: blur(0);
              transform: translateY(0);
  
            }
            
           }
           .crazy-slider .list .item:nth-child(1) .title{
            animation-delay: 1.2s;
  
           }
           .crazy-slider .list .item:nth-child(1) .topic{
            animation-delay: 1.4s;
            
           }
           .crazy-slider .list .item:nth-child(1) .episode{
            animation-delay: 1.6s;
            
           }
           .crazy-slider .list .item:nth-child(1) .info{
            animation-delay: 1.8s;
            
           }
           
           .crazy-slider .list .item:nth-child(1) .buttons{
            animation-delay: 2s;
            
           }
  
           /* effects next click */
         .crazy-slider.next .list .item:nth-child(1) video{
          width: 150px;
          height:200px;
            position: absolute;
            left: 50%;
            bottom: 50px;
    
            z-index: 500;
            border-radius: 20px;
            animation: showImage 0.5s linear 1 forwards;
           }
           @keyframes showImage {
            to{
             width: 100%;
             height: 100%;
             left: 0;
             bottom: 0;
             border-radius: 0;
  
            }
            
           }
  
          
          
  
           .crazy-slider.prev .list .item:nth-child(2){
           z-index: 2;
           }
           .crazy-slider.prev .list .item:nth-child(2) img{
          
            position: absolute;
            left: 0;
            bottom: 0;
          
            animation: outImage 0.5s linear 1 forwards;
           }
           @keyframes  outImage {
            to{
              width: 150px; 
              height:200px;
             left: 50%;
             bottom: 50px;
             border-radius: 8px;
  
            }
            
           }
  
          
  
       .crazy-slider.prev .list .item:nth-child(2) .title, .crazy-slider.prev .list .item:nth-child(2) .topic, .crazy-slider.prev .list .item:nth-child(2) .info, .crazy-slider.prev .list .item:nth-child(2) .buttons{
         
            animation: contentOut 0.5s linear 1 forwards;
            }
            @keyframes contentOut {
              to{
              transform: translateY(-150px);
              filter: blur(20px);
              opacity: 0;
              }
              
             }
             .crazy-slider.next .arrows button,.crazy-slider.prev  .arrows button{
              pointer-events: none;
             } 
  
             .time{
              width: 100%;
              height: 3px;
              background-color: #cc9d3e;
              position: absolute;
              z-index: 100;
              top: 0;
              left: 0;
             }
             .crazy-slider.next .time,.crazy-slider.prev .time{
                      width: 100%;
                      animation: timeRunning 2s linear 1 forwards;
             }
             @keyframes timeRunning {
              to{
                width: 0;
              }
              
             }
  
             @media (max-width: 678px) {
               .crazy-slider .list .item .content{
                padding-right: 0;
                margin-top: 4em;
  
               }
               .crazy-slider .list .item .content .title{
              font-size: 2em;
                
               }
             }
  /* crazy slider */

 
/* gallery end */
/* team */
/* team */
.shows{
    /* border: 1px solid red; */
    margin-top: 10em;
}
.start-text{
    text-align:center;
  
}
.start-text h5{
    color: #cc9d3e;
    font-size: 1.4em;
  
    text-transform: capitalize;
  
}
.start-text h2{
    color:white;
    font-weight: bolder;
    font-size: 2.75em;
 text-transform: uppercase;
      background: linear-gradient(#110c00 5%,#080700 10%,#0a0800 90%);
    text-transform: capitalize;
    padding: .3em 0 .3em 0;
    font-family: "Righteous", serif;
    border:3px solid #000;
    text-transform: uppercase;
   
}
.start-text h2 span{
    color:#cc9d3e;
}
.start-text p{
    line-height: 1em;
    font-size: 1em;
}
.duration i{
    color: #cc9d3e;
}
.duration span{
  
    font-size: 1.45em;
}
.d-space{
    padding-left: 3em;
}
.duration{
    margin-top: .4em;
}
.duration h6{
   
text-transform: uppercase;
}
.famous-inner{
    background: linear-gradient(#131313 25%,#000 50%,#140f06 100%);
 background: linear-gradient(#0a0700 5%,#050400 10%,#050400 90%);
    padding: 1em;
    position: relative;
}
.famous-inner h6{
   font-size: 1.26em;
   font-weight: bolder;
   margin-top: .1em;
   font-family: "Righteous", serif;  
   
}
.famous-inner h6 span{
    color:#cc9d3e;
    font-weight: bolder;
}
.famous-inner .bottom{
    border-top:3px solid black;
}
 .famous-inner .bottom{
    background: black;
    z-index: 1;
    height: 10px;
    width: 26px;
    position: absolute;
border-left:3px solid black;
border-right:3px solid black;
 }
 
 
 .bottom-bl-1{
    bottom: 0%;
    left: 10%;
 }
 .bottom-bl-2{
    bottom: 0%;
    left: 45%;
 }
 .bottom-bl-3{
    bottom: 0%;
    left: 80%;
 }
 .info-link-bl{
    margin-top: 1.3em;
    margin-left: 0em;
  }
  .info-link-bl a{
    background: linear-gradient(#131313 25%,#000 50%,#161616 100%);
     background: linear-gradient(#0a0700 5%,#050400 10%,#050400 90%);
    color:  #926c33;
    border-style: dotted;
    border-color:  #926c33;

}
.info-link-bl a:hover{
    color:#926c33;
    border-style: dotted;
    border: .5px solid#cc9d3e;
}
@media (min-width:769px) {
    .asst{
        margin-top: 10em;
    }
    .asst-up{
        margin-top: -30em;
    }
    .asst-up-3{
        margin-top: -14em;
    }
}
@media (min-width:890px) {
    .asst{
        margin-top: 10em;
    }
    .asst-up{
        margin-top: -20em;
    }
    .asst-up-3{
        margin-top: -5em;
       
    }
    .asst-up-2{
        margin-top: 0em;
    }
}
.image-1{
background: url(../images/JIM_3088.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position:top;
height: 60vh;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
position: relative;
}


.image-1::after,.image-2::after,.image-3::after{
    content: "";
	z-index: 1;
	position: absolute;
	height:100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.1);
}
.image-2{
    background: url(../images/JIM_2993.JPG);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
    height: 60vh;
    border-top-left-radius: 5px;
     border-top-right-radius: 5px;
     position: relative;
    }
    .image-3{
        background: url(../images/JIM_3249.JPG);
        background-size: cover;
        background-repeat: no-repeat;
        background-position:top ;
        height: 60vh;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        position: relative;
        }

        .image-4{
            background: url(../images/JIM_3122.JPG);
            background-size: cover;
            background-position:center ;
            height: 60vh;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            position: relative;
            background-repeat: no-repeat;
            }
            .image-5{
                background: url(../images/JIM_2915.JPG);
                background-size: cover;
                background-position:center ;
                height: 60vh;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
                position: relative;
                background-repeat: no-repeat;
                }
                .image-6{
                    background: url(../images/JIM_3072.JPG);
                    background-size: cover;
                    background-position:center ;
                    height: 60vh;
                    border-top-left-radius: 5px;
                    border-top-right-radius: 5px;
                    position: relative;
                    background-repeat: no-repeat;
                    }
     
                    .image-7{
                        background: url(../images/IMG_3239.JPG);
                        background-size: cover;
                        background-position:center ;
                        height: 60vh;
                        border-top-left-radius: 5px;
                        border-top-right-radius: 5px;
                        position: relative;
                        background-repeat: no-repeat;
                        }
                        .social-handle{
                            margin-top: 1em;
                        
                        }
                        .social-handle i{
                            color:  #ecb341;
                            /* border:2px solid #3d2d0f ; */
                            border:2px solid #cc9d3e ;
                            border-style:dotted;
                            padding: .3em;
                            background: linear-gradient(#131313 25%,#000 50%,#140f06 100%);
                            border-radius: 50%;
                        }
     
                        .duration a{
                         
                            color: white;
                        }
                        .duration a:hover{
                            color: #cc9d3e;
                          
                        }
                        .duration li{
                            /* color: #cc9d3e; */
                            font-family: "Roboto", serif;
                            font-weight: bold;
                            line-height: 1.7em;
                            list-style: none;
                        }
                        .duration i{
                             color: #cc9d3e;
                        }
                        .duration h6{
                            margin-top: .3em;
                            color: #cc9d3e;
                            font-weight: bolder;
                        }
                        .duration.s-i,.durationli a{
                            color:#fff;
                        }
                        
                       
                        /*  */
         @media (max-width:540px) {
            .start-text h2{
                font-size: 2.1em;
            }
            .famous-inner h6{
                font-size: 1.1em;
             }
             .duration span{
                font-size: 1.25em;
                font-weight: 100;
             }
      }
/* team */

.FAQ {
    margin:auto ;
    margin-top: 9em;
    width: 85%;

 }
 .FAQ h2 {
    text-align: center;
    font-size: 2.85em;
    font-weight: bold;
    color: #cc9d3e;
    text-transform: capitalize;
   }
   .FAQ h3 {
      text-align: center;
      font-size: 2em;
     
      font-family: "Roboto", serif;
     }
 .accordion-body{
  
    color: white;
    font-size: 1.3em;
 }
 .accordion-body a{
       color: #cc9d3e;
 }
 .accordion-header{
    background: #3b2d16;
    font-size: 1.4em;
 }
 .accordion-item{
    background: #3b2d16;
    /* background: linear-gradient(#0a0700 5%,#050400 10%,#050400 90%); */
    padding: .25em;
 }
 .accordion-button{
    background: #0a0a0a;
    background: linear-gradient(#0a0700 5%,#050400 10%,#050400 90%);
    color: white;
    font-weight: 600;
 }


 .accordion-item,.accordion-item:focus,.accordion-item:active,
 .accordion-header,.accordion-header:focus,.accordion-header:active,
 .accordion-button,.accordion-button:focus,.accordion-button:active{
    box-shadow: none;
    color: white;
    outline:none !important;
 }
 .accordion-button:focus{
    background: black;
    color: white;
    border-color: #3b2d16;
 }
 .accordion-button:active{
    background: #3b2d16;
}
.accordion-button::after{
    content: "\f077";
    font-family: fontAwesome;
    color: #3b2d16;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox= '0 0 16 16' fill='#140f06'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0l8 10.29315.646-5.647a.5.5 0 0 1 .708.7081-6 6a.5.5 0 0 1-.708 01-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
/* .collapsing{
    -webkit-transition: none;
    transition: none;
    display: none;
} */
@media (max-width:540px)  {
.FAQ h2, .all-brands h2
{
    font-size: 2em;
  
}

.FAQ{
    width: 95vw;
  
}
}

  /* footer */
  
  .footer{
    margin-top: 5em;
    background: #080808;
    border-radius: 4px;
    padding: 2em;
    padding-top: 3em;
    margin-bottom: 0;
    text-align: left;
    position: relative;
}
.top-btn{
    height: 3em;
    width: 3em;
    border: 2px solid #7c5b2a;
    border-radius: 50%;
    background: linear-gradient(#131313 25%,#000 50%,#161616 100%);
    background: linear-gradient(#0a0700 5%,#050400 10%,#050400 90%);
    color:  #926c33;
    border-style: dotted;
    position: absolute;
    right: 2%;
    top: -3%;
    text-align: center;
}
.top-btn a{
    padding-top: .1em;
    color: #7c5b2a;

}
/* .top-btn i{
    padding-top: .1em;
} */
.top-btn:hover{
    cursor: pointer;
    border: 2px solid #7c5b2a;
}
.brand-info{
    /* border: 1px solid red; */
    padding-top: 0em;
    line-height: 1.2em;
    text-align: left;


}
.brand-info h2{
   font-weight: bold;
   font-size: 3.1em;
   color: #cc9d3e;
   text-transform: uppercase;
}
.designer a{
    color: white;
    font-weight: bold;
    text-decoration: underline;
    
 }
.rights{
    font-weight: bold;
    color: white;
}
.brand-info .links{
    margin-top: 1em;
    word-spacing: 0em;
}
.brand-info .links i{
    color:  #ecb341;
    /* border:2px solid #3d2d0f ; */
    border:2px solid #cc9d3e ;
    border-style:dotted;
    padding: .2em;
    background: linear-gradient(#131313 25%,#000 50%,#140f06 100%);
    border-radius: 50%;
    transform: scale(.8);
}

.footer h2{
       font-weight: bold;
       color: #cc9d3e;
} 
.sponsor,.help,.contact{
padding-top: 2em;
}
.sponsor h2,.help h2,.contact h2{
/* background: linear-gradient(#131313 25%,#000 50%,#140f06 100%); */
text-align: left;
font-size: 1.6em;
color:#cc9d3e;
padding-left: .1em;
width: 170px;
/* margin: auto; */

}
.help h2{
width: 120px;
}
.sponsor-link,.help-link,.con-link{
margin-top: 1em;
}
.sponsor a,.help a,.contact a{
     color: white;
     font-size: 1.2em;
     margin-top: 5em;
     font-weight:bold;
}
.contact h5{
color: #cc9d3e;
}
.contact p{
font-size: 1em;

}
.contact span{

font-weight:bold;
font-family: "Roboto", serif;
}
.footer i{
color:#cc9d3e
}
